QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Note Request Constants

These flags specify what to do if the exact instrument requested is not found. They are used in the flags field of the note request information structure Note Request Information Structure .

enum {
    kNoteRequestNoGM            = 1,
    kNoteRequestNoSynthType     = 2
};

Constant descriptions

kNoteRequestNoGM
Don't use a General MIDI synthesizer.
kNoteRequestNoSynthType
Don't use another synthesizer of the same type but with a different name.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next